home *** CD-ROM | disk | FTP | other *** search
/ Thailand - Into the 2000's / Thailand: Into the 2000's.iso / Acrobat / Acrobat.exe / EXVW / 10020 < prev    next >
Text File  |  2001-10-26  |  321b  |  14 lines

  1. dialog( name: '$$$/Dialogs/Password' )
  2. {
  3.     group()
  4.     {
  5.         static_text(item_id: 'msg ', width: max_char_width() * 25);
  6.         view( align_children: align_row )
  7.         {
  8.             static_text(name: '$$$/Dialogs/PasswordLabel');
  9.             edit_text(item_id: 'pswd', width: max_char_width() * 20, password: true);
  10.         }
  11.         ok_cancel();
  12.     }
  13. }
  14.